﻿/*
Copyright (c) 2009 - 2017 by HHD Software
This file is part of the HHD Software Web Site
Do not use it and do not make copies of it without written permission from HHD Software
Please contact us at http://www.hhdsoftware.com/Support/contact-us
*/

@media all
{
	* 
	{
		font-family: Verdana;
	}
	body
	{
		background-color: White;
		color:Black;
		text-align:justify;
		font-size: 0.95em;
	}
	a
	{
		text-decoration: none;
		font-weight:bold;
		color:Black;
	}
	
	.print
	{
		float:right;
	}
}

@media print
{
	.print
	{
		display:none;
	}
}

/*EOF*/
